AntialiasConfiguration

@Serializable
data class AntialiasConfiguration(val antialias: Boolean? = null, val antialiasQuality: MPIOptions.ANTI_ALIAS_QUALITY? = null)

Configuration for an anti aliasing.

Constructors

Link copied to clipboard
constructor(antialias: Boolean? = null, antialiasQuality: MPIOptions.ANTI_ALIAS_QUALITY? = null)

Properties

Link copied to clipboard
val antialias: Boolean? = null

Enable or disable antialiasing. Defaults to true if device pixel ratio is 1.

Link copied to clipboard

The quality of the antialiasing. Default is medium.